tests/kolainst: Avoid recursive symlinks
authorJonathan Lebon <jonathan@jlebon.com>
Fri, 21 Jan 2022 18:41:32 +0000 (13:41 -0500)
committerJonathan Lebon <jonathan@jlebon.com>
Tue, 25 Jan 2022 21:44:39 +0000 (16:44 -0500)
commit5bf57ec062b446a45de60de639e974ce06f028cd
tree4272b84d69b7c9858ce2af09f2979e88d4da810b
parentbaf838de229a7934e4ee0cf27a10a54d6aac28fd
tests/kolainst: Avoid recursive symlinks

`kola` now follows symlinks when archiving an external test's `data/`
dir. So the recursive `data` symlink we have here breaks it.

Let's just move the shared files in its own directory and update the
symlinks.
tests/kolainst/data-shared/libinsttest.sh [new file with mode: 0644]
tests/kolainst/data-shared/libtest-core.sh [new file with mode: 0644]
tests/kolainst/destructive/data
tests/kolainst/libinsttest.sh [deleted file]
tests/kolainst/libtest-core.sh [deleted file]
tests/kolainst/nondestructive/data
tests/kolainst/nondestructive/libtest-core.sh
tests/libtest-core.sh